home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / basic / strcmp.lha / strcmp.readme < prev   
Encoding:
Text File  |  1999-07-03  |  797 b   |  22 lines

  1. Short:    [Blitz2] C style string compare functions
  2. Uploader: David McMinn (dmcminn@house-of-mojo.freeserve.co.uk)
  3. Author:   David McMinn (dmcminn@house-of-mojo.freeserve.co.uk)
  4. Type:     dev/basic
  5. Requires: Blitz Basic 2
  6.  
  7.  This source contains two functions and a small demo of their
  8. functionality. The functions are ASM versions of the standard C
  9. functions strcmp and strcmpi which perform case sensitive and
  10. case insensitive string comparison, respectively. With these
  11. two functions, you can get more information than comparing
  12. string variables as you normally would in Blitz, and they are
  13. also much faster.
  14.  
  15.  The source is saved in ASCII format.
  16.  
  17. Last updated 3rd July 1999
  18.  
  19. [) /\ \/ ][ [)   |\/| © |\/| ][ |\| |\|
  20.  dmcminn@house-of-mojo.freeserve.co.uk
  21.   http://members.xoom.com/David_McMinn
  22.